home *** CD-ROM | disk | FTP | other *** search
- Path: ix.netcom.com!netnews
- From: ckuter@ix.netcom.com(Cal Kutemeier)
- Newsgroups: comp.lang.c
- Subject: Re: Help: Making a Windows DLL
- Date: 23 Mar 1996 01:23:07 GMT
- Organization: Netcom
- Message-ID: <4ivjpr$lou@cloner4.netcom.com>
- References: <4iup9b$ig@newsbf02.news.aol.com>
- NNTP-Posting-Host: chi-il4-15.ix.netcom.com
- X-NETCOM-Date: Fri Mar 22 5:23:11 PM PST 1996
-
- In <4iup9b$ig@newsbf02.news.aol.com> rvillac2@aol.com (RVillac2)
- writes:
- >
- >I need help understanding how to make a DLL that can be called from
- Visual
- >Basic 3.0.
- >
- >I have Borland C++ 3.1 and several UNHELPFUL books. I am able to
- >successfully compile a dll but I get a GPF when I try to call the
- function
- >from VB.
- >I simply want to write a VB application where I can use existing C
- code
- >functions. I need to be able to pass an integer (or two) to the c
- >function.
- >I need Help and I am willing to PAY for WORKING samples or
- consultation.
- >
- >I am work at Cal State University Los Angeles,
- >Renato G. Villacorte
- >Dept. of Psychology
- >(213) 343-2250
- >rvillac2@aol.com
- Download a file called something like DLLTUT.ZIP from:
-
- ftp://ftp.sn.no/user/balchen/tutorial/
-
- It explains how to write a DLL in C and how it interacts with VB.
-